'Declaration Public Overloads Function SortColumns( _ ByVal column As Integer, _ ByVal columnCount As Integer, _ ByVal sortInfo() As SortInfo _ ) As Boolean
Parameters
- column
- Starting column index (the start of the range of columns to sort)
- columnCount
- Number of columns in the range to sort
- sortInfo
- Array of SortInfo objects that contain the row indexes and the order of sorting
Return Value
true if successful; otherwise false